PUT api/admin/projects/{projectId}/keys?keyId[0]={keyId[0]}&keyId[1]={keyId[1]}
update keys info(multiple)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
|
| keyId | Collection of integer |
Required |
Body Parameters
MultipleKeysModel| Name | Description | Type | Additional information |
|---|---|---|---|
| editMode | string |
None. |
|
| addReferences | boolean |
None. |
|
| removeReferences | boolean |
None. |
|
| setReferences | boolean |
None. |
|
| active | boolean |
None. |
|
| countReferences | integer |
None. |
|
| ownDeadLine | boolean |
None. |
|
| dateOfFinish | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"editMode": "sample string 1",
"addReferences": true,
"removeReferences": true,
"setReferences": true,
"active": true,
"countReferences": 6,
"ownDeadLine": true,
"dateOfFinish": "2026-03-22T21:50:42.1804692+00:00"
}
application/xml, text/xml
Sample:
<MultipleKeysModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Models.Keys"> <active>true</active> <addReferences>true</addReferences> <countReferences>6</countReferences> <dateOfFinish>2026-03-22T21:50:42.1804692+00:00</dateOfFinish> <editMode>sample string 1</editMode> <ownDeadLine>true</ownDeadLine> <removeReferences>true</removeReferences> <setReferences>true</setReferences> </MultipleKeysModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.